home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / cl5sr86.zip / README.SRC < prev   
Text File  |  1992-08-27  |  972b  |  24 lines

  1. This archive contains the source code for Caml Light 0.5, 8086 PC version.
  2. The code makes use of the following tools:
  3.  
  4.     * the bootstrap compilers taken from the binary distribution of
  5.       Caml Light, 80386 PC version
  6.     * Turbo C++
  7.     * PERL
  8.  
  9. All files in this archive are copyright INRIA, and covered by the copyright
  10. notice in file COPYRGHT.TXT.
  11.  
  12. CONTENTS:
  13.  
  14.   src/                  the sources for the core Caml Light system
  15.   src/runtime/          the bytecode interpreter and runtime system (in C)
  16.   src/lib/              the standard library (in Caml Light)
  17.   src/compiler/         the compiler (in Caml Light)
  18.   src/linker/           the linker (in Caml Light)
  19.   src/librar/           the linker (in Caml Light)
  20.   src/toplevel/         the toplevel interactive system (in Caml Light)
  21.   src/tools/            various utilities (sh, perl, C, Caml Light)
  22.   src/caml*             the bootstrap compilers
  23.   config/               the configuration files
  24.